Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: move test scripts from 'package.json' to 'Taskfile' #1485

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

instamenta
Copy link
Contributor

@instamenta instamenta commented Feb 25, 2025

Description

Scripts related to running tests are moved from "scripts" inside the root package.json to the root Taskfile.yml

Related Issues

Copy link
Contributor

github-actions bot commented Feb 25, 2025

Unit Test Results - Linux

  1 files  ±0   62 suites  ±0   2s ⏱️ -1s
241 tests ±0  241 ✅ ±0  0 💤 ±0  0 ❌ ±0 
250 runs  ±0  250 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e55b3c6. ± Comparison against base commit 81c36bd.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 25, 2025

Unit Test Results - Windows

  1 files  ±0   62 suites  ±0   3s ⏱️ -1s
241 tests ±0  241 ✅ ±0  0 💤 ±0  0 ❌ ±0 
250 runs  ±0  250 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit e55b3c6. ± Comparison against base commit 81c36bd.

♻️ This comment has been updated with latest results.

@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Feb 25, 2025
…n-scripts-into-taskfile-to-clean-it-up-and-make-it-less-complex

# Conflicts:
#	.github/workflows/zxc-e2e-test.yaml
Signed-off-by: Zhan Milenkov <[email protected]>
@instamenta instamenta added PR: Checks Failed A pull request where the checks have failed. and removed PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. labels Feb 25, 2025
Copy link
Contributor

@andrewb1269hg andrewb1269hg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review and approve .yaml files assigned to Platform CI Team.

@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Checks Failed A pull request where the checks have failed. PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

move package.json scripts into Taskfile to clean it up and make it less complex
3 participants